IDomeCameraManagerTargetToGeoPosition Method |
Brings given Geo position into camera's view port.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid TargetToGeoPosition(
DomeCamera camera,
double latitude,
double longitude,
double height,
double zoom
)
Parameters
- camera DomeCamera
- latitude Double
- Geo latitude (range from -90 to 90).
- longitude Double
- Geo longitude (from -180 to 180).
- height Double
- Height or altitude of point to be brought into view in meters (from -500 to 1000).
- zoom Double
- Zoom factor (range from 1 to 40).
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if camera doesn't exist in the configuration or is not permitted to caller.
Thrown when latitude is not in range from -90 to 90.
Thrown when longitude is not in range from -180 to 180.
Thrown when height is not in range from -500 to 1000.
Thrown when zoom is not in range from 1 to 40.
|
| UnauthorizedAccessSdkException |
Thrown if operation is not permitted to caller.
|
See Also